lcPaint_MpgonScale Home

Scales all points of a multipolygon object.

 BOOL lcPaint_MpgonScale (
   HANDLE hMpgon,
   double Xc,
   double Yc,
   double ScaleX,
   double ScaleY
 );

Parameters
hMpgon
  Handle to a multipolygon object.
Xc Yc
  Scale center coordinates.
ScaleX
  Horizontal scale coefficient.
ScaleY
  Vertical scale coefficient.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_MpgonMovelcPaint_MpgonRotate